home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 July: Mac OS SDK / Dev.CD Jul 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / GXEdit Library & Doc / GXEditFont.h < prev    next >
Encoding:
Text File  |  1995-04-10  |  184 b   |  5 lines  |  [TEXT/MPS ]

  1. void    NewDocFont(DocFontPtr fp, Str255 name);
  2. short    AddDocFont(DocPtr dp, DocFontPtr fp);
  3. short    GetDocFontID(DocPtr dp, short fontIndex);
  4. void    * GetDocFont(DocPtr dp, short fontIndex);
  5.